home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / ebook.dxr / 00066.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  278 b   |  21 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 17 to 142
  4. end
  5.  
  6. on mouseDown
  7. end
  8.  
  9. on mouseUp
  10.   if rollover(17) then
  11.     cursor(-1)
  12.     set the member of sprite 17 to 141
  13.     go("06")
  14.   end if
  15. end
  16.  
  17. on mouseLeave
  18.   set the member of sprite 17 to 141
  19.   cursor(-1)
  20. end
  21.